9782b02a8a8f8e2b036c5ea5223e5cf39f6f1a6f,src/org/basex/api/xqj/BXQSequence.java,BXQSequence,count,#,100

Before Change


  }

  public int count() throws XQException {
    return sequence().size;
  }

  public boolean first() throws XQException {

After Change


  }

  public int count() throws XQException {
    return sequence().size();
  }

  public boolean first() throws XQException {